Cannot invoke toString() on the primitive type int

107

Cannot invoke toString() on the primitive type int -

int foo = 12345;
String foo_String = Integer.toString(foo);

Comments

Submit
0 Comments